fix CVE-2026-23490 -- add pyasn1>=0.6.2 override (runtimes + jupyter)#2191
fix CVE-2026-23490 -- add pyasn1>=0.6.2 override (runtimes + jupyter)#2191BabbarPB08 wants to merge 1 commit intored-hat-data-services:rhoai-3.3from
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
📝 WalkthroughWalkthroughThis PR adds a security vulnerability fix by enforcing ChangesSecurity Dependency Override for pyasn1
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@BabbarPB08 — This PR is from a fork. Recommended: Push your branch to the main repo for full CI: Then open a new PR from that branch. No push access? A maintainer will cherry-pick and test your changes. See CONTRIBUTING.md for details. |
|
Closing: lock files were regenerated with public-index causing massive diff. Will re-raise from the main repo with only pyproject.toml changes. |
Summary
Jira Tickets
RHOAIENG-59303, RHOAIENG-59304, RHOAIENG-59305, RHOAIENG-59307,
RHOAIENG-59308, RHOAIENG-59309, RHOAIENG-59313, RHOAIENG-59314,
RHOAIENG-59315, RHOAIENG-59316, RHOAIENG-59317, RHOAIENG-59318,
RHOAIENG-59320, RHOAIENG-59321, RHOAIENG-59322, RHOAIENG-59323
How Has This Been Tested?
bash scripts/pylocks_generator.sh public-index <dir>Note
pytorch+llmcompressor images (RHOAIENG-59306, RHOAIENG-59319) excluded due to
pre-existing pillow conflict (llmcompressor==0.9.0 requires pillow<=12.0.0 vs
pillow==12.2.0 from CVE-2026-40192 fix).
Test Plan